repo: Add ostree_repo_write_symlink
authorColin Walters <walters@verbum.org>
Wed, 7 Apr 2021 21:03:15 +0000 (21:03 +0000)
committerColin Walters <walters@verbum.org>
Thu, 8 Apr 2021 21:10:00 +0000 (21:10 +0000)
commitfce69cdf70ca959410ffd324ee978300cc72a5e0
treecb0030610190b0375d5bf97766750a7a1aee33d0
parent9332955b5f523b730cf332a8bd9619c40894bbe7
repo: Add ostree_repo_write_symlink

Continuation of the addition of `ostree_repo_write_regfile_inline()`.
This will be helpful for ostree-rs-ext and importing from tar, it's
quite inefficient and awkward for small files to end up creating
a whole `GInputStream` and `GFileInfo` and etc. for small files.
apidoc/ostree-sections.txt
src/libostree/libostree-devel.sym
src/libostree/ostree-repo-commit.c
src/libostree/ostree-repo.h
tests/test-core.js
tests/test-repo.c